Contribution org.nuxeo.ecm.platform.routing.escalation.scheduler.config--schedule
org.nuxeo.ecm.platform.routing.escalation.scheduler.config
inside nuxeo-routing-core-9.10.jar /OSGI-INF/document-routing-escalation-scheduler-contrib.xml
This contribution is part of XML component Extension Point
Extension point schedule of component org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryServiceContributed Items
-
<schedule id="escalationScheduler"> <eventId>executeEscalationRules</eventId> <eventCategory>escalation</eventCategory> <!-- every 5 mins --> <cronExpression>0 0/5 * * * ?</cronExpression> </schedule>
schedule escalationScheduler
XML Source
<extension point="schedule" target="org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService">
<schedule id="escalationScheduler">
<eventId>executeEscalationRules</eventId>
<eventCategory>escalation</eventCategory>
<!-- every 5 mins -->
<cronExpression>0 0/5 * * * ?</cronExpression>
</schedule>
</extension>